home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / FNT2BDF.ZIP / README < prev   
Text File  |  1994-11-19  |  584b  |  24 lines

  1.  
  2. This is fnt2bdf.
  3. It is a rudimentary convertor of .fnt format [Microsoft Windows (R) 
  4. format fonts to .bdf (bitmap distribution format).
  5.  
  6. There are a lot of things this program could do but doesn't, but 
  7. it will at least allow you to display .fnt fonts on X11 workstationns.
  8.  
  9. If anyone has any fixes or enhancements to this program, please 
  10. notify me.  Thanks.
  11.  
  12. To compile: 
  13.   1.  you must have a c++ compiler.  I use G++. You should too.
  14.   
  15.   2.  edit the Makefile to reflect your environment, and type 
  16.       "make".
  17.  
  18.  
  19. To use:
  20.   1. type 
  21.     fnt2bdf whatever.fnt  >whatever.bdf
  22.  
  23.  
  24.